Auto merge of #1671 - alexcrichton:osx-more-robust, r=huonw
authorbors <bors@rust-lang.org>
Tue, 2 Jun 2015 02:32:13 +0000 (02:32 +0000)
committerbors <bors@rust-lang.org>
Tue, 2 Jun 2015 02:32:13 +0000 (02:32 +0000)
Tests are often flaky because the resolution of the OSX filesystem timestamps
appears to be 1s, so we often have to manually sleep for 1s to ensure that
enough time has passed to guarantee that the timestamp is different (used in
freshness calculations).


Trivial merge